ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / UpdateActionUrl Property

In This Topic
    UpdateActionUrl Property (IItemsSource<T>)
    In This Topic
    Gets and sets the url of update action.
    Syntax
    'Declaration
     
    Property UpdateActionUrl As String
    string UpdateActionUrl {get; set;}
    See Also